home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 December / Designer's Club 1997 December.iso / pc / IDEASRC / Main.Dir / 00062.ls < prev    next >
Encoding:
Text File  |  1997-11-12  |  137 b   |  9 lines

  1. on keyDown
  2.   if the key = "m" then
  3.     puppetSound(2, "merry")
  4.   end if
  5.   if the key = "h" then
  6.     puppetSound(2, "happy")
  7.   end if
  8. end
  9.